Html Css Color HEX #CF030C Venetian Red

📋 copy color: '#CF030C'

red 207 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #CF030C

Tints of Venetian Red #CF030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 93.24%
G = 1.35%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF030C (or 0xCF030C) is known color: Venetian Red. HEX triplet: CF, 03 and 0C. RGB value is (207,3,12). Sum of RGB (Red+Green+Blue) = 207+3+12=222 (29% of max value = 765). Red value is 207 (81.25% from 255 or 93.24% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 207 - color contains mainly: red. Hex color #CF030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF030C is #30FCF3. Grayscale: #414141. Windows color (decimal): -3210484 or 787407. OLE color: 787407.

HSL color Cylindrical-coordinate representation of color #CF030C: hue angle of 357.35º degrees, saturation: 0.97, 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 #CF030C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 3 12 -
CMYK 0 0.99 0.94 0.19
HSL 357.35º 0.97% 0.41% -
HSV(B) 357.35º 0.99% 0.81% -
XYZ 25.83 13.36 1.56 -
YUV 65.02 98.09 229.27 -
System Red Green Blue C M Y K H S L
Decimal 207 3 12 0 0.99 0.94 0.19 357.35 0.97 0.41
Hex CF 3 C 0 63 5E 13 165 61 29
Octal 317 3 14 0 143 136 23 545 141 51
Binary 11001111 11 1100 0 1100011 1011110 10011 101100101 1100001 101001

Color Harmonies of #CF030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF030C

Black with #CF030C

Text Example


Text Example

White with #CF030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF030C; }

 p { color: rgb(207,3,12); }

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

background-color css

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

 a { background-color: rgb(207,3,12); }

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

border-color css

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

 span { border-color: rgb(207,3,12); }

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