Html Css Color HEX #CF0941 Crimson

📋 copy color: '#CF0941'

red 207 ◦ green 9 ◦ blue 65

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

Shades of Crimson #CF0941

Tints of Crimson #CF0941

RGB

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

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

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

R = 73.67%
G = 3.2%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF0941 (or 0xCF0941) is known color: Crimson. HEX triplet: CF, 09 and 41. RGB value is (207,9,65). Sum of RGB (Red+Green+Blue) = 207+9+65=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0941 is #30F6BE. Grayscale: #4A4A4A. Windows color (decimal): -3208895 or 4262351. OLE color: 4262351.

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

Color convert

RGB 207 9 65 -
CMYK 0 0.96 0.69 0.19
HSL 343.03º 0.92% 0.42% -
HSV(B) 343.03º 0.96% 0.81% -
XYZ 26.78 13.84 6.26 -
YUV 74.59 122.6 222.45 -
System Red Green Blue C M Y K H S L
Decimal 207 9 65 0 0.96 0.69 0.19 343.03 0.92 0.42
Hex CF 9 41 0 60 45 13 157 5C 2A
Octal 317 11 101 0 140 105 23 527 134 52
Binary 11001111 1001 1000001 0 1100000 1000101 10011 101010111 1011100 101010

Color Harmonies of #CF0941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0941

Black with #CF0941

Text Example


Text Example

White with #CF0941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0941; }

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

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

background-color css

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

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

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

border-color css

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

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

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