Html Css Color HEX #CF0307 Venetian Red

📋 copy color: '#CF0307'

red 207 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #CF0307

Tints of Venetian Red #CF0307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.23%

R = 95.39%
G = 1.38%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF0307 (or 0xCF0307) is known color: Venetian Red. HEX triplet: CF, 03 and 07. RGB value is (207,3,7). Sum of RGB (Red+Green+Blue) = 207+3+7=217 (28% of max value = 765). Red value is 207 (81.25% from 255 or 95.39% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0307 is #30FCF8. Grayscale: #404040. Windows color (decimal): -3210489 or 459727. OLE color: 459727.

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

Color convert

RGB 207 3 7 -
CMYK 0 0.99 0.97 0.19
HSL 358.82º 0.97% 0.41% -
HSV(B) 358.82º 0.99% 0.81% -
XYZ 25.8 13.35 1.42 -
YUV 64.45 95.59 229.67 -
System Red Green Blue C M Y K H S L
Decimal 207 3 7 0 0.99 0.97 0.19 358.82 0.97 0.41
Hex CF 3 7 0 63 61 13 167 61 29
Octal 317 3 7 0 143 141 23 547 141 51
Binary 11001111 11 111 0 1100011 1100001 10011 101100111 1100001 101001

Color Harmonies of #CF0307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0307

Black with #CF0307

Text Example


Text Example

White with #CF0307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0307; }

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

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

background-color css

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

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

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

border-color css

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

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

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