Html Css Color HEX #CF0D37 Crimson

📋 copy color: '#CF0D37'

red 207 ◦ green 13 ◦ blue 55

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

Shades of Crimson #CF0D37

Tints of Crimson #CF0D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20%

R = 75.27%
G = 4.73%
B = 20%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF0D37 (or 0xCF0D37) is known color: Crimson. HEX triplet: CF, 0D and 37. RGB value is (207,13,55). Sum of RGB (Red+Green+Blue) = 207+13+55=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0D37 is #30F2C8. Grayscale: #4B4B4B. Windows color (decimal): -3207881 or 3608015. OLE color: 3608015.

HSL color Cylindrical-coordinate representation of color #CF0D37: hue angle of 347.01º 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 #CF0D37 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 13 55 -
CMYK 0 0.94 0.73 0.19
HSL 347.01º 0.88% 0.43% -
HSV(B) 347.01º 0.94% 0.81% -
XYZ 26.57 13.83 4.88 -
YUV 75.79 116.27 221.58 -
System Red Green Blue C M Y K H S L
Decimal 207 13 55 0 0.94 0.73 0.19 347.01 0.88 0.43
Hex CF D 37 0 5E 49 13 15B 58 2B
Octal 317 15 67 0 136 111 23 533 130 53
Binary 11001111 1101 110111 0 1011110 1001001 10011 101011011 1011000 101011

Color Harmonies of #CF0D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D37

Black with #CF0D37

Text Example


Text Example

White with #CF0D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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