Html Css Color HEX #CF0232 Crimson

📋 copy color: '#CF0232'

red 207 ◦ green 2 ◦ blue 50

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

Shades of Crimson #CF0232

Tints of Crimson #CF0232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 50 (19.92% from 255) = 19.31%

R = 79.92%
G = 0.77%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF0232 (or 0xCF0232) is known color: Crimson. HEX triplet: CF, 02 and 32. RGB value is (207,2,50). Sum of RGB (Red+Green+Blue) = 207+2+50=259 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.92% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0232 is #30FDCD. Grayscale: #444444. Windows color (decimal): -3210702 or 3277519. OLE color: 3277519.

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

Color convert

RGB 207 2 50 -
CMYK 0 0.99 0.76 0.19
HSL 345.95º 0.98% 0.41% -
HSV(B) 345.95º 0.99% 0.81% -
XYZ 26.33 13.54 4.24 -
YUV 68.77 117.42 226.6 -
System Red Green Blue C M Y K H S L
Decimal 207 2 50 0 0.99 0.76 0.19 345.95 0.98 0.41
Hex CF 2 32 0 63 4C 13 15A 62 29
Octal 317 2 62 0 143 114 23 532 142 51
Binary 11001111 10 110010 0 1100011 1001100 10011 101011010 1100010 101001

Color Harmonies of #CF0232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0232

Black with #CF0232

Text Example


Text Example

White with #CF0232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0232; }

 p { color: rgb(207,2,50); }

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

background-color css

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

 a { background-color: rgb(207,2,50); }

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

border-color css

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

 span { border-color: rgb(207,2,50); }

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