Html Css Color HEX #CF0942 Crimson

📋 copy color: '#CF0942'

red 207 ◦ green 9 ◦ blue 66

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

Shades of Crimson #CF0942

Tints of Crimson #CF0942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.19%

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

R = 73.4%
G = 3.19%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF0942 (or 0xCF0942) is known color: Crimson. HEX triplet: CF, 09 and 42. RGB value is (207,9,66). Sum of RGB (Red+Green+Blue) = 207+9+66=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0942 is #30F6BD. Grayscale: #4A4A4A. Windows color (decimal): -3208894 or 4327887. OLE color: 4327887.

HSL color Cylindrical-coordinate representation of color #CF0942: hue angle of 342.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0942 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 9 66 -
CMYK 0 0.96 0.68 0.19
HSL 342.73º 0.92% 0.42% -
HSV(B) 342.73º 0.96% 0.81% -
XYZ 26.81 13.85 6.42 -
YUV 74.7 123.1 222.37 -
System Red Green Blue C M Y K H S L
Decimal 207 9 66 0 0.96 0.68 0.19 342.73 0.92 0.42
Hex CF 9 42 0 60 44 13 157 5C 2A
Octal 317 11 102 0 140 104 23 527 134 52
Binary 11001111 1001 1000010 0 1100000 1000100 10011 101010111 1011100 101010

Color Harmonies of #CF0942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0942

Black with #CF0942

Text Example


Text Example

White with #CF0942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0942; }

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

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

background-color css

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

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

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

border-color css

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

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

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