Html Css Color HEX #CF0324 Venetian Red

📋 copy color: '#CF0324'

red 207 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #CF0324

Tints of Venetian Red #CF0324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.63%

R = 84.15%
G = 1.22%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF0324 (or 0xCF0324) is known color: Venetian Red. HEX triplet: CF, 03 and 24. RGB value is (207,3,36). Sum of RGB (Red+Green+Blue) = 207+3+36=246 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.15% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0324 is #30FCDB. Grayscale: #434343. Windows color (decimal): -3210460 or 2360271. OLE color: 2360271.

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

Color convert

RGB 207 3 36 -
CMYK 0 0.99 0.83 0.19
HSL 350.29º 0.97% 0.41% -
HSV(B) 350.29º 0.99% 0.81% -
XYZ 26.08 13.46 2.89 -
YUV 67.76 110.09 227.32 -
System Red Green Blue C M Y K H S L
Decimal 207 3 36 0 0.99 0.83 0.19 350.29 0.97 0.41
Hex CF 3 24 0 63 53 13 15E 61 29
Octal 317 3 44 0 143 123 23 536 141 51
Binary 11001111 11 100100 0 1100011 1010011 10011 101011110 1100001 101001

Color Harmonies of #CF0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0324

Black with #CF0324

Text Example


Text Example

White with #CF0324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0324; }

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

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

background-color css

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

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

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

border-color css

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

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

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