Html Css Color HEX #CF0933 Crimson

📋 copy color: '#CF0933'

red 207 ◦ green 9 ◦ blue 51

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

Shades of Crimson #CF0933

Tints of Crimson #CF0933

RGB

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

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

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

R = 77.53%
G = 3.37%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF0933 (or 0xCF0933) is known color: Crimson. HEX triplet: CF, 09 and 33. RGB value is (207,9,51). Sum of RGB (Red+Green+Blue) = 207+9+51=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0933 is #30F6CC. Grayscale: #494949. Windows color (decimal): -3208909 or 3344847. OLE color: 3344847.

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

Color convert

RGB 207 9 51 -
CMYK 0 0.96 0.75 0.19
HSL 347.27º 0.92% 0.42% -
HSV(B) 347.27º 0.96% 0.81% -
XYZ 26.43 13.7 4.38 -
YUV 72.99 115.6 223.58 -
System Red Green Blue C M Y K H S L
Decimal 207 9 51 0 0.96 0.75 0.19 347.27 0.92 0.42
Hex CF 9 33 0 60 4B 13 15B 5C 2A
Octal 317 11 63 0 140 113 23 533 134 52
Binary 11001111 1001 110011 0 1100000 1001011 10011 101011011 1011100 101010

Color Harmonies of #CF0933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0933

Black with #CF0933

Text Example


Text Example

White with #CF0933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0933; }

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

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

background-color css

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

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

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

border-color css

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

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

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