Html Css Color HEX #CF1341 Crimson

📋 copy color: '#CF1341'

red 207 ◦ green 19 ◦ blue 65

#CF1341
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #CF1341

Tints of Crimson #CF1341

RGB

 RED value IS 207 (81.25% from 255) = 71.13%

 GREEN value IS 19 (7.81% from 255) = 6.53%

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 71.13%
G = 6.53%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF1341 (or 0xCF1341) is known color: Crimson. HEX triplet: CF, 13 and 41. RGB value is (207,19,65). Sum of RGB (Red+Green+Blue) = 207+19+65=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1341 is #30ECBE. Grayscale: #505050. Windows color (decimal): -3206335 or 4264911. OLE color: 4264911.

HSL color Cylindrical-coordinate representation of color #CF1341: hue angle of 345.32º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1341 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 19 65 -
CMYK 0 0.91 0.69 0.19
HSL 345.32º 0.83% 0.44% -
HSV(B) 345.32º 0.91% 0.81% -
XYZ 26.92 14.11 6.31 -
YUV 80.46 119.28 218.26 -
System Red Green Blue C M Y K H S L
Decimal 207 19 65 0 0.91 0.69 0.19 345.32 0.83 0.44
Hex CF 13 41 0 5B 45 13 159 53 2C
Octal 317 23 101 0 133 105 23 531 123 54
Binary 11001111 10011 1000001 0 1011011 1000101 10011 101011001 1010011 101100

Color Harmonies of #CF1341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1341

Black with #CF1341

Text Example


Text Example

White with #CF1341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1341; }

 p { color: rgb(207,19,65); }

 H1.HeaderClassName
 {
   color: #CF1341;
 }
 .AnyTagClassName
 {
   color: #CF1341;
 }
</style>

background-color css

<style>
 a { background-color: #CF1341; }

 a { background-color: rgb(207,19,65); }

 div.DivClassName
 {
   background-color: #CF1341;
 }
 .BgClassName
 {
   background-color: #CF1341;
 }
</style>

border-color css

<style>
 span { border-color: #CF1341; }

 span { border-color: rgb(207,19,65); }

 td.TdClassName
 {
   border-color: #CF1341;
 }
 .TagClassName
 {
   border-color: #CF1341;
 }
</style>