Html Css Color HEX #CF0930 Crimson

📋 copy color: '#CF0930'

red 207 ◦ green 9 ◦ blue 48

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

Shades of Crimson #CF0930

Tints of Crimson #CF0930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 78.41%
G = 3.41%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF0930 (or 0xCF0930) is known color: Crimson. HEX triplet: CF, 09 and 30. RGB value is (207,9,48). Sum of RGB (Red+Green+Blue) = 207+9+48=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0930 is #30F6CF. Grayscale: #484848. Windows color (decimal): -3208912 or 3148239. OLE color: 3148239.

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

Color convert

RGB 207 9 48 -
CMYK 0 0.96 0.77 0.19
HSL 348.18º 0.92% 0.42% -
HSV(B) 348.18º 0.96% 0.81% -
XYZ 26.36 13.67 4.05 -
YUV 72.65 114.1 223.83 -
System Red Green Blue C M Y K H S L
Decimal 207 9 48 0 0.96 0.77 0.19 348.18 0.92 0.42
Hex CF 9 30 0 60 4D 13 15C 5C 2A
Octal 317 11 60 0 140 115 23 534 134 52
Binary 11001111 1001 110000 0 1100000 1001101 10011 101011100 1011100 101010

Color Harmonies of #CF0930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0930

Black with #CF0930

Text Example


Text Example

White with #CF0930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0930; }

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

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

background-color css

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

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

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

border-color css

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

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

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