Html Css Color HEX #CF0D31 Crimson

📋 copy color: '#CF0D31'

red 207 ◦ green 13 ◦ blue 49

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

Shades of Crimson #CF0D31

Tints of Crimson #CF0D31

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.83%

 BLUE value IS 49 (19.53% from 255) = 18.22%

R = 76.95%
G = 4.83%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF0D31 (or 0xCF0D31) is known color: Crimson. HEX triplet: CF, 0D and 31. RGB value is (207,13,49). Sum of RGB (Red+Green+Blue) = 207+13+49=269 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.95% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0D31 is #30F2CE. Grayscale: #4B4B4B. Windows color (decimal): -3207887 or 3214799. OLE color: 3214799.

HSL color Cylindrical-coordinate representation of color #CF0D31: hue angle of 348.87º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0D31 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 13 49 -
CMYK 0 0.94 0.76 0.19
HSL 348.87º 0.88% 0.43% -
HSV(B) 348.87º 0.94% 0.81% -
XYZ 26.43 13.78 4.17 -
YUV 75.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 207 13 49 0 0.94 0.76 0.19 348.87 0.88 0.43
Hex CF D 31 0 5E 4C 13 15D 58 2B
Octal 317 15 61 0 136 114 23 535 130 53
Binary 11001111 1101 110001 0 1011110 1001100 10011 101011101 1011000 101011

Color Harmonies of #CF0D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D31

Black with #CF0D31

Text Example


Text Example

White with #CF0D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D31; }

 p { color: rgb(207,13,49); }

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

background-color css

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

 a { background-color: rgb(207,13,49); }

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

border-color css

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

 span { border-color: rgb(207,13,49); }

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