Html Css Color HEX #CF0D42 Crimson

📋 copy color: '#CF0D42'

red 207 ◦ green 13 ◦ blue 66

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

Shades of Crimson #CF0D42

Tints of Crimson #CF0D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.08%

R = 72.38%
G = 4.55%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF0D42 (or 0xCF0D42) is known color: Crimson. HEX triplet: CF, 0D and 42. RGB value is (207,13,66). Sum of RGB (Red+Green+Blue) = 207+13+66=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0D42 is #30F2BD. Grayscale: #4D4D4D. Windows color (decimal): -3207870 or 4328911. OLE color: 4328911.

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

Color convert

RGB 207 13 66 -
CMYK 0 0.94 0.68 0.19
HSL 343.61º 0.88% 0.43% -
HSV(B) 343.61º 0.94% 0.81% -
XYZ 26.86 13.95 6.43 -
YUV 77.05 121.77 220.69 -
System Red Green Blue C M Y K H S L
Decimal 207 13 66 0 0.94 0.68 0.19 343.61 0.88 0.43
Hex CF D 42 0 5E 44 13 158 58 2B
Octal 317 15 102 0 136 104 23 530 130 53
Binary 11001111 1101 1000010 0 1011110 1000100 10011 101011000 1011000 101011

Color Harmonies of #CF0D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D42

Black with #CF0D42

Text Example


Text Example

White with #CF0D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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