Html Css Color HEX #CF0313 Venetian Red

📋 copy color: '#CF0313'

red 207 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #CF0313

Tints of Venetian Red #CF0313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.3%

R = 90.39%
G = 1.31%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF0313 (or 0xCF0313) is known color: Venetian Red. HEX triplet: CF, 03 and 13. RGB value is (207,3,19). Sum of RGB (Red+Green+Blue) = 207+3+19=229 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.39% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0313 is #30FCEC. Grayscale: #414141. Windows color (decimal): -3210477 or 1246159. OLE color: 1246159.

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

Color convert

RGB 207 3 19 -
CMYK 0 0.99 0.91 0.19
HSL 355.29º 0.97% 0.41% -
HSV(B) 355.29º 0.99% 0.81% -
XYZ 25.88 13.38 1.83 -
YUV 65.82 101.59 228.7 -
System Red Green Blue C M Y K H S L
Decimal 207 3 19 0 0.99 0.91 0.19 355.29 0.97 0.41
Hex CF 3 13 0 63 5B 13 163 61 29
Octal 317 3 23 0 143 133 23 543 141 51
Binary 11001111 11 10011 0 1100011 1011011 10011 101100011 1100001 101001

Color Harmonies of #CF0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0313

Black with #CF0313

Text Example


Text Example

White with #CF0313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0313; }

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

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

background-color css

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

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

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

border-color css

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

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

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