Html Css Color HEX #CF030F Venetian Red

📋 copy color: '#CF030F'

red 207 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #CF030F

Tints of Venetian Red #CF030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.67%

R = 92%
G = 1.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF030F (or 0xCF030F) is known color: Venetian Red. HEX triplet: CF, 03 and 0F. RGB value is (207,3,15). Sum of RGB (Red+Green+Blue) = 207+3+15=225 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 207 - color contains mainly: red. Hex color #CF030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF030F is #30FCF0. Grayscale: #414141. Windows color (decimal): -3210481 or 984015. OLE color: 984015.

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

Color convert

RGB 207 3 15 -
CMYK 0 0.99 0.93 0.19
HSL 356.47º 0.97% 0.41% -
HSV(B) 356.47º 0.99% 0.81% -
XYZ 25.85 13.37 1.67 -
YUV 65.36 99.59 229.02 -
System Red Green Blue C M Y K H S L
Decimal 207 3 15 0 0.99 0.93 0.19 356.47 0.97 0.41
Hex CF 3 F 0 63 5D 13 164 61 29
Octal 317 3 17 0 143 135 23 544 141 51
Binary 11001111 11 1111 0 1100011 1011101 10011 101100100 1100001 101001

Color Harmonies of #CF030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF030F

Black with #CF030F

Text Example


Text Example

White with #CF030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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