Html Css Color HEX #CF020A Venetian Red

📋 copy color: '#CF020A'

red 207 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #CF020A

Tints of Venetian Red #CF020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 94.52%
G = 0.91%
B = 4.57%

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

#CF020A (or 0xCF020A) is known color: Venetian Red. HEX triplet: CF, 02 and 0A. RGB value is (207,2,10). Sum of RGB (Red+Green+Blue) = 207+2+10=219 (29% of max value = 765). Red value is 207 (81.25% from 255 or 94.52% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 207 - color contains mainly: red. Hex color #CF020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF020A is #30FDF5. Grayscale: #404040. Windows color (decimal): -3210742 or 656079. OLE color: 656079.

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

Color convert

RGB 207 2 10 -
CMYK 0 0.99 0.95 0.19
HSL 357.66º 0.98% 0.41% -
HSV(B) 357.66º 0.99% 0.81% -
XYZ 25.81 13.33 1.5 -
YUV 64.21 97.42 229.85 -
System Red Green Blue C M Y K H S L
Decimal 207 2 10 0 0.99 0.95 0.19 357.66 0.98 0.41
Hex CF 2 A 0 63 5F 13 166 62 29
Octal 317 2 12 0 143 137 23 546 142 51
Binary 11001111 10 1010 0 1100011 1011111 10011 101100110 1100010 101001

Color Harmonies of #CF020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF020A

Black with #CF020A

Text Example


Text Example

White with #CF020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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