Html Css Color HEX #CF0318 Venetian Red

📋 copy color: '#CF0318'

red 207 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #CF0318

Tints of Venetian Red #CF0318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 88.46%
G = 1.28%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF0318 (or 0xCF0318) is known color: Venetian Red. HEX triplet: CF, 03 and 18. RGB value is (207,3,24). Sum of RGB (Red+Green+Blue) = 207+3+24=234 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.46% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0318 is #30FCE7. Grayscale: #424242. Windows color (decimal): -3210472 or 1573839. OLE color: 1573839.

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

Color convert

RGB 207 3 24 -
CMYK 0 0.99 0.88 0.19
HSL 353.82º 0.97% 0.41% -
HSV(B) 353.82º 0.99% 0.81% -
XYZ 25.93 13.4 2.08 -
YUV 66.39 104.09 228.29 -
System Red Green Blue C M Y K H S L
Decimal 207 3 24 0 0.99 0.88 0.19 353.82 0.97 0.41
Hex CF 3 18 0 63 58 13 162 61 29
Octal 317 3 30 0 143 130 23 542 141 51
Binary 11001111 11 11000 0 1100011 1011000 10011 101100010 1100001 101001

Color Harmonies of #CF0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0318

Black with #CF0318

Text Example


Text Example

White with #CF0318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0318; }

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

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

background-color css

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

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

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

border-color css

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

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

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