Html Css Color HEX #CF1832 Cardinal

📋 copy color: '#CF1832'

red 207 ◦ green 24 ◦ blue 50

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

Shades of Cardinal #CF1832

Tints of Cardinal #CF1832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.54%

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 73.67%
G = 8.54%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF1832 (or 0xCF1832) is known color: Cardinal. HEX triplet: CF, 18 and 32. RGB value is (207,24,50). Sum of RGB (Red+Green+Blue) = 207+24+50=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1832 is #30E7CD. Grayscale: #515151. Windows color (decimal): -3205070 or 3283151. OLE color: 3283151.

HSL color Cylindrical-coordinate representation of color #CF1832: hue angle of 351.48º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1832 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 24 50 -
CMYK 0 0.88 0.76 0.19
HSL 351.48º 0.79% 0.45% -
HSV(B) 351.48º 0.88% 0.81% -
XYZ 26.63 14.15 4.34 -
YUV 81.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 207 24 50 0 0.88 0.76 0.19 351.48 0.79 0.45
Hex CF 18 32 0 58 4C 13 15F 4F 2D
Octal 317 30 62 0 130 114 23 537 117 55
Binary 11001111 11000 110010 0 1011000 1001100 10011 101011111 1001111 101101

Color Harmonies of #CF1832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1832

Black with #CF1832

Text Example


Text Example

White with #CF1832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1832; }

 p { color: rgb(207,24,50); }

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

background-color css

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

 a { background-color: rgb(207,24,50); }

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

border-color css

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

 span { border-color: rgb(207,24,50); }

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