Html Css Color HEX #CF0A33 Crimson

📋 copy color: '#CF0A33'

red 207 ◦ green 10 ◦ blue 51

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

Shades of Crimson #CF0A33

Tints of Crimson #CF0A33

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.73%

 BLUE value IS 51 (20.31% from 255) = 19.03%

R = 77.24%
G = 3.73%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF0A33 (or 0xCF0A33) is known color: Crimson. HEX triplet: CF, 0A and 33. RGB value is (207,10,51). Sum of RGB (Red+Green+Blue) = 207+10+51=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0A33 is #30F5CC. Grayscale: #494949. Windows color (decimal): -3208653 or 3345103. OLE color: 3345103.

HSL color Cylindrical-coordinate representation of color #CF0A33: hue angle of 347.51º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A33 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 10 51 -
CMYK 0 0.95 0.75 0.19
HSL 347.51º 0.91% 0.43% -
HSV(B) 347.51º 0.95% 0.81% -
XYZ 26.44 13.72 4.39 -
YUV 73.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 207 10 51 0 0.95 0.75 0.19 347.51 0.91 0.43
Hex CF A 33 0 5F 4B 13 15C 5B 2B
Octal 317 12 63 0 137 113 23 534 133 53
Binary 11001111 1010 110011 0 1011111 1001011 10011 101011100 1011011 101011

Color Harmonies of #CF0A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0A33

Black with #CF0A33

Text Example


Text Example

White with #CF0A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0A33; }

 p { color: rgb(207,10,51); }

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

background-color css

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

 a { background-color: rgb(207,10,51); }

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

border-color css

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

 span { border-color: rgb(207,10,51); }

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