Html Css Color HEX #CF0323 Venetian Red

📋 copy color: '#CF0323'

red 207 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #CF0323

Tints of Venetian Red #CF0323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 84.49%
G = 1.22%
B = 14.29%

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

#CF0323 (or 0xCF0323) is known color: Venetian Red. HEX triplet: CF, 03 and 23. RGB value is (207,3,35). Sum of RGB (Red+Green+Blue) = 207+3+35=245 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.49% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0323 is #30FCDC. Grayscale: #434343. Windows color (decimal): -3210461 or 2294735. OLE color: 2294735.

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

Color convert

RGB 207 3 35 -
CMYK 0 0.99 0.83 0.19
HSL 350.59º 0.97% 0.41% -
HSV(B) 350.59º 0.99% 0.81% -
XYZ 26.07 13.45 2.81 -
YUV 67.64 109.59 227.4 -
System Red Green Blue C M Y K H S L
Decimal 207 3 35 0 0.99 0.83 0.19 350.59 0.97 0.41
Hex CF 3 23 0 63 53 13 15F 61 29
Octal 317 3 43 0 143 123 23 537 141 51
Binary 11001111 11 100011 0 1100011 1010011 10011 101011111 1100001 101001

Color Harmonies of #CF0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0323

Black with #CF0323

Text Example


Text Example

White with #CF0323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0323; }

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

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

background-color css

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

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

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

border-color css

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

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

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