Html Css Color HEX #CF0312 Venetian Red

📋 copy color: '#CF0312'

red 207 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #CF0312

Tints of Venetian Red #CF0312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.89%

R = 90.79%
G = 1.32%
B = 7.89%

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

#CF0312 (or 0xCF0312) is known color: Venetian Red. HEX triplet: CF, 03 and 12. RGB value is (207,3,18). Sum of RGB (Red+Green+Blue) = 207+3+18=228 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.79% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0312 is #30FCED. Grayscale: #414141. Windows color (decimal): -3210478 or 1180623. OLE color: 1180623.

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

Color convert

RGB 207 3 18 -
CMYK 0 0.99 0.91 0.19
HSL 355.59º 0.97% 0.41% -
HSV(B) 355.59º 0.99% 0.81% -
XYZ 25.87 13.37 1.79 -
YUV 65.71 101.09 228.78 -
System Red Green Blue C M Y K H S L
Decimal 207 3 18 0 0.99 0.91 0.19 355.59 0.97 0.41
Hex CF 3 12 0 63 5B 13 164 61 29
Octal 317 3 22 0 143 133 23 544 141 51
Binary 11001111 11 10010 0 1100011 1011011 10011 101100100 1100001 101001

Color Harmonies of #CF0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0312

Black with #CF0312

Text Example


Text Example

White with #CF0312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0312; }

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

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

background-color css

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

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

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

border-color css

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

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

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