Html Css Color HEX #CF030A Venetian Red

📋 copy color: '#CF030A'

red 207 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #CF030A

Tints of Venetian Red #CF030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.55%

R = 94.09%
G = 1.36%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF030A (or 0xCF030A) is known color: Venetian Red. HEX triplet: CF, 03 and 0A. RGB value is (207,3,10). Sum of RGB (Red+Green+Blue) = 207+3+10=220 (29% of max value = 765). Red value is 207 (81.25% from 255 or 94.09% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 207 - color contains mainly: red. Hex color #CF030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF030A is #30FCF5. Grayscale: #404040. Windows color (decimal): -3210486 or 656335. OLE color: 656335.

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

Color convert

RGB 207 3 10 -
CMYK 0 0.99 0.95 0.19
HSL 357.94º 0.97% 0.41% -
HSV(B) 357.94º 0.99% 0.81% -
XYZ 25.82 13.35 1.5 -
YUV 64.79 97.09 229.43 -
System Red Green Blue C M Y K H S L
Decimal 207 3 10 0 0.99 0.95 0.19 357.94 0.97 0.41
Hex CF 3 A 0 63 5F 13 166 61 29
Octal 317 3 12 0 143 137 23 546 141 51
Binary 11001111 11 1010 0 1100011 1011111 10011 101100110 1100001 101001

Color Harmonies of #CF030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF030A

Black with #CF030A

Text Example


Text Example

White with #CF030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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